//==============================================================================
// Spearman_anim.txt
//==============================================================================

//==============================================================================
define Spear
{
	SetSelector
	{      
		set hotspot
		{
			version
			{
				Visual Attachments A Spear Iron
			}
		}
	}
}

//==============================================================================

define Head
{
   SetSelector
   {
      set hotspot
      {
         version
         {
		Visual Infantry C Halberdier Head Standard
         }
      }
   }
}

//==============================================================================
anim Bored
{
  SetSelector
  {
      set hotspot
      {
         version
         {
				Visual Infantry N Bondi_BoredA
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry C Irregular Map
         }
      }
   }
}

//==============================================================================

anim Idle
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry N Bondi_IdleA
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry C Irregular Map
         }
      }
   }
}


//==============================================================================

anim run
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry N Bondi_walkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.60 true   
                  tag FootstepRight 0.20 true   
//-- end auto generated section
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry C Irregular Map
         }
      }
   }
}

//==============================================================================

anim Walk
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry N Bondi_WalkA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.60 true   
                  tag FootstepRight 0.20 true   
//-- end auto generated section
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry C Irregular Map
         }
      }
   }
}

//==============================================================================

anim Attack
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry N Bondi_AttackA
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.45 true   
                  tag GenericSound 0.40 true   
//-- end auto generated section
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry C Irregular Map
         }
      }
   }
}

//==============================================================================

anim Death
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry N Bondi_DeathA
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry C Irregular Map
         }
      }
   }
}


//==============================================================================

anim Flail
{
   SetSelector
   {
      set hotspot
      {
         version
         {
				Visual Infantry N Bondi_FlailA
				Connect TopOfHead Head hotspot
				connect RightHand Spear hotspot
				connect LeftForearm shield hotspot
				ReplaceTexture Infantry G Hoplite Standard/Infantry C Irregular Map
         }
      }
   }
}